home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 30 / Amiga Format AFCD30 (Sep 1998, Issue 114).iso / -seriously_amiga- / graphics / bmp2spec / source / bmp2spec.h < prev    next >
Text File  |  1998-06-22  |  287b  |  11 lines

  1. /* BMP2SPEC version 1.0 */
  2. /* By the infamous BLOOD! */
  3. /* (C)1996 Cheese Freak Software */
  4. /* This prog is most definitely FREEWARE! */
  5. /* But please don't distribute updated versions without asking first...! */
  6.  
  7.  
  8. typedef unsigned char BYTE;
  9.  
  10. void getheader(BYTE header[19]);
  11.